home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / fn32_3.zip / TOUCH.DOC < prev    next >
Text File  |  1993-02-07  |  758b  |  19 lines

  1. Usage: touch 
  2.         [-c] [-r reference-file] [-t MMDDhhmm[[CC]YY][.ss]]
  3.         [+file reference-file] [+no-create] file...
  4.  
  5.    Options:
  6.    -c, +no-create       Do not create files that do not exist.
  7.    -r, +file FILE       Use the time and date of reference file FILE.
  8.    -t TIME              Specify time and date in the form
  9.                         `MMDDhhmm[[CC]YY][.ss]'.
  10.  
  11.    If no options are given, touch uses the current time.
  12.    The -r, and -t options are mutually exclusive.  If a file does not
  13.    exist, create it unless -c is given.
  14.  
  15.     This version suppresses the -d 'getdate' option provided by gnu.
  16.     I have created too many funny looking filenames and feel that the
  17.     general public should be protected from this mis-feature.[NDC]
  18.  
  19.